ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / RefreshAsync Method
The cancellation token.

In This Topic
    RefreshAsync Method (C1WrapCollectionView<S,T>)
    In This Topic
    Refreshes the collection data.
    Syntax
    'Declaration
     
    Public Function RefreshAsync( _
       Optional ByVal cancellationToken As System.Threading.CancellationToken _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task RefreshAsync( 
       System.Threading.CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also